home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_100655.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  200 lines

  1. -- background: 100655 from stack: in
  2. -- bmap block id: 101091
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.3 Content
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=16 top=38 right=67 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 20
  31. -- style flags: 0
  32. -- line height: 26
  33. -- part name: Subtitle
  34.  
  35.  
  36. -- part 23 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=246 top=77 right=334 bottom=472
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 156
  44. -- text size: 16
  45. -- style flags: 0
  46. -- line height: 17
  47. -- part name: Text
  48.  
  49.  
  50. -- part 6 (field)
  51. -- low flags: 81
  52. -- high flags: 0001
  53. -- rect: left=423 top=0 right=13 bottom=466
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 65535
  57. -- font id: 4
  58. -- text size: 9
  59. -- style flags: 0
  60. -- line height: 12
  61. -- part name: CardTitle
  62.  
  63.  
  64. -- part 15 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=443 top=5 right=72 bottom=512
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Instant Reference
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   instantReference "1.2.3"
  79. end mouseUp
  80.  
  81.  
  82. -- part 16 (button)
  83. -- low flags: 00
  84. -- high flags: 2000
  85. -- rect: left=480 top=143 right=172 bottom=511
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 1310 / 1310
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Student Services
  94. ----- HyperTalk script -----
  95. on mousedown
  96.   SSpopUp
  97. end mousedown
  98.  
  99. on mouseup
  100.   if the mouseloc is not within the rect of me then exit to hyperCard
  101.   doSS
  102. end mouseup
  103.  
  104.  
  105.  
  106. -- part 17 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=482 top=176 right=205 bottom=511
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 162 / 162
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Help
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   Help
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 18 (button)
  126. -- low flags: 00
  127. -- high flags: 0000
  128. -- rect: left=482 top=294 right=320 bottom=509
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 1235 / 1235
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Last Menu
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.  
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 19 (button)
  145. -- low flags: 00
  146. -- high flags: 2000
  147. -- rect: left=478 top=319 right=341 bottom=498
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 1238 / 1238
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: Prev
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   lock screen
  159.   go prev
  160.   unlock screen with scroll right
  161. end mouseUp
  162.  
  163.  
  164. -- part 20 (button)
  165. -- low flags: 00
  166. -- high flags: 2000
  167. -- rect: left=493 top=319 right=341 bottom=512
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 1237 / 1237
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: Next
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   lock screen
  179.   go next
  180.   unlock screen with scroll left
  181. end mouseUp
  182.  
  183.  
  184. -- part 25 (button)
  185. -- low flags: 00
  186. -- high flags: 2000
  187. -- rect: left=482 top=208 right=234 bottom=509
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 1234 / 1234
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: Lesson
  196. ----- HyperTalk script -----
  197. on mouseUp
  198.   lesson "1.2.3"
  199. end mouseUp
  200.